From a9d4c05fbd2218537dfc943506513dd95c9fee37 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sun, 16 Feb 2025 16:22:07 +0100 Subject: [PATCH] chore(i18n): Remove blank Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/libsync/clientsideencryption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp index c65c6639a..c7755fe92 100644 --- a/src/libsync/clientsideencryption.cpp +++ b/src/libsync/clientsideencryption.cpp @@ -1163,7 +1163,7 @@ void ClientSideEncryption::initializeHardwareTokenEncryption(QWidget *settingsDi if (PKCS11_login(currentSlot, 0, newPinData.data()) != 0) { QMessageBox::warning(settingsDialog, tr("Invalid PIN. Login failed"), - tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again !"), + tr("Login to the token failed after providing the user PIN. It may be invalid or wrong. Please try again!"), QMessageBox::Ok); _cachedPin.clear(); continue; -- 2.30.2